home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TNEWCUSTOMDICTIONARY / TNEWCUSTOMDICTIONARY.txt
Text File  |  2003-07-29  |  1KB  |  61 lines

  1. object NewCustomDictionary: TNewCustomDictionary
  2.   Left = 656
  3.   Top = 351
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'xxNew Custom Dictionary'
  7.   ClientHeight = 126
  8.   ClientWidth = 284
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object EditLabel: TLabel
  21.     Left = 10
  22.     Top = 20
  23.     Width = 238
  24.     Height = 16
  25.     Caption = 'xxEnter the new custom dictionary name:'
  26.     FocusControl = NameEdit
  27.   end
  28.   object NameEdit: TEdit
  29.     Left = 10
  30.     Top = 49
  31.     Width = 267
  32.     Height = 21
  33.     TabOrder = 0
  34.   end
  35.   object OKButton: TButton
  36.     Left = 86
  37.     Top = 89
  38.     Width = 92
  39.     Height = 28
  40.     Caption = 'xx&OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object CancelButton: TButton
  46.     Left = 185
  47.     Top = 89
  48.     Width = 92
  49.     Height = 28
  50.     Cancel = True
  51.     Caption = 'xx&Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 2
  54.   end
  55.   object DialogControl: TConfigurationDialogCtrl
  56.     OnConfigurationAvailable = DialogControlConfigurationAvailable
  57.     Left = 8
  58.     Top = 72
  59.   end
  60. end
  61.